projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a5a5d3
)
(lisp-font-lock-keywords-1): Recognize an autoload
author
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Sep 1999 17:32:51 +0000
(17:32 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 14 Sep 1999 17:32:51 +0000
(17:32 +0000)
cookie, even if followed by a letter.
lisp/font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/font-lock.el
b/lisp/font-lock.el
index fe45bf5675a9e49626a85252dedb72c2a81062f5..9dcb8a3facb41dc019df962be783407ff912074a 100644
(file)
--- a/
lisp/font-lock.el
+++ b/
lisp/font-lock.el
@@
-1964,7
+1964,7
@@
This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item."
nil t))
;;
;; Emacs Lisp autoload cookies.
- '("^;;;###\\(autoload\\)
\\>
" 1 font-lock-warning-face prepend)
+ '("^;;;###\\(autoload\\)" 1 font-lock-warning-face prepend)
))
"Subdued level highlighting for Lisp modes.")